docs: tighten gopher padding and link upstream in README subtitle#32
Merged
docs: tighten gopher padding and link upstream in README subtitle#32
Conversation
Two small README polish items following the fork-framing PR:
* Logo padding was 24% per side — too loose against mask's
~10% convention. Re-cropped the source gopher to its
bounding box and padded to match mask's content-height
ratio (93% of frame), so the gopher fills the frame with
similar visual weight to axonops/mask/.github/images/logo-readme.png.
Re-rendered social-preview-1280x640.png from the tightened
logo so the card inside the preview matches too.
* README subtitle now hyperlinks `rgooding/go-syncmap`
directly to https://github.com/rgooding/go-syncmap so
readers can one-click through to the upstream.
No code change. Coverage remains 100%; llms-full.txt not affected
(README subtitle reflows inside the bundle but go doc -all is the
canonical source; re-running the drift guard will confirm after
the merge).
* Logo: re-cropped the source gopher to its bounding box and
repadded to match axonops/mask's ~10% convention (the previous
layout had ~24% padding per side and the gopher looked small).
Regenerated social-preview-1280x640.png from the tightened
logo so the card inside the preview has the same visual weight.
* README subtitle now links `rgooding/go-syncmap` directly to
https://github.com/rgooding/go-syncmap.
* llms-full.txt regenerated to pick up the README change.
No code change. Coverage remains 100%.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two small polish items:
Tighter gopher padding. The previous README logo had ~24% padding per side — considerably looser than mask's ~10% convention, which made the gopher look smaller than it should. Re-cropped the source gopher to its bounding box and re-padded to match mask's content-height ratio (93% of frame). Regenerated `social-preview-1280x640.png` from the tightened logo so the card inside the preview has the same visual weight as the README.
Clickable upstream link. The README subtitle now links `rgooding/go-syncmap` directly to https://github.com/rgooding/go-syncmap so readers can jump to the upstream with a single click.
Validation
Post-merge
Desktop copy of the updated `social-preview-1280x640.png` is at `~/Desktop/syncmap-social-preview-1280x640.png` — re-upload via Settings → Social preview if you've already uploaded the earlier version.